docs: Remove a line that's not true anymore
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2017 23:46:08 +0000 (00:46 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2017 23:48:13 +0000 (00:48 +0100)
gdk/gdkwindow.c

index 6e77e4e60696d05e0679d6e0538f139d78f0f6f4..b761c490d615b5257f4d32711586126adae61c7e 100644 (file)
@@ -1669,8 +1669,7 @@ gdk_window_is_destroyed (GdkWindow *window)
  * gdk_window_has_native:
  * @window: a #GdkWindow
  *
- * Checks whether the window has a native window or not. Note that
- * you can use gdk_window_ensure_native() if a native window is needed.
+ * Checks whether the window has a native window or not.
  *
  * Returns: %TRUE if the @window has a native window, %FALSE otherwise.
  *